home *** CD-ROM | disk | FTP | other *** search
- Path: rcp6.elan.af.mil!rscernix!danpop
- From: danpop@mail.cern.ch (Dan Pop)
- Newsgroups: comp.lang.c
- Subject: Re: strings.h
- Date: 20 Feb 96 00:07:17 GMT
- Organization: CERN European Lab for Particle Physics
- Message-ID: <danpop.824774837@rscernix>
- References: <4gao9h$7g2@news.bu.edu>
- NNTP-Posting-Host: ues5.cern.ch
- X-Newsreader: NN version 6.5.0 #7 (NOV)
-
- In <4gao9h$7g2@news.bu.edu> lachesis@cs.bu.edu (wai yip) writes:
-
- >can anyone who has the header file strings.h please email me and tell me
- >what is in it or just mail me the header file?
-
- I will violate some copyrights and post the version on my system, without
- omitting a single byte :-)
-
- ues5:~/Files 322> cat /usr/include/strings.h
- /*
- * *****************************************************************
- * * *
- * * Copyright (c) Digital Equipment Corporation, 1991, 1995 *
- * * *
- * * All Rights Reserved. Unpublished rights reserved under *
- * * the copyright laws of the United States. *
- * * *
- * * The software contained on this media is proprietary to *
- * * and embodies the confidential technology of Digital *
- * * Equipment Corporation. Possession, use, duplication or *
- * * dissemination of the software and media is authorized only *
- * * pursuant to a valid written license from Digital Equipment *
- * * Corporation. *
- * * *
- * * RESTRICTED RIGHTS LEGEND Use, duplication, or disclosure *
- * * by the U.S. Government is subject to restrictions as set *
- * * forth in Subparagraph (c)(1)(ii) of DFARS 252.227-7013, *
- * * or in FAR 52.227-19, as applicable. *
- * * *
- * *****************************************************************
- */
- /*
- * HISTORY
- */
- /*
- * @(#)$RCSfile: strings.h,v $ $Revision: 4.2 $ (DEC) $Date: 1991/09/20 05:19:11 $
- */
- /*
- */
- /*
- * (c) Copyright 1990, OPEN SOFTWARE FOUNDATION, INC.
- * ALL RIGHTS RESERVED
- */
- /*
- * RESTRICTED RIGHTS LEGEND
- * Use, Duplication or Disclosure by the Government is subject to
- * restrictions as set forth in paragraph (b)(3)(B) of the rights in
- * Technical Data and Computer Software clause in DAR 7-104.9(a).
- */
-
- /*
- * COMPONENT_NAME: (LIBCSTR) Standard C Library String Handling Functions
- *
- * FUNCTIONS:
- *
- * ORIGINS: 27
- *
- * (C) COPYRIGHT International Business Machines Corp. 1985, 1989
- * All Rights Reserved
- * Licensed Materials - Property of IBM
- *
- * US Government Users Restricted Rights - Use, duplication or
- * disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- */
- /*
- * OSF/1 Release 1.0
- */
-
- #include <string.h>
-
- That's it. Hope DEC and/or IBM won't sue me :-)
-
- Dan
- --
- Dan Pop
- CERN, CN Division
- Email: danpop@mail.cern.ch
- Mail: CERN - PPE, Bat. 31 R-004, CH-1211 Geneve 23, Switzerland
-